Allow excluding certain usernames from changelog#128
Allow excluding certain usernames from changelog#128stefanv merged 13 commits intoexecutablebooks:mainfrom
Conversation
Also expand known bot list to include `github-actions[bot]` and `changeset-bot`.
docs/use.md
Outdated
| ## Remove bots from the changelog | ||
|
|
||
| `github-activity` ships with a known list of bot usernames, but your project may use ones not on our list. | ||
| To ignore additional usernames from the changelog, use the `--ignore-contributor` flag. |
There was a problem hiding this comment.
can you provide multiple contributors? If so could you document that? (e.g. do you pass the flag multiple times, do you do a comma separated list, space-separated list, etc?) what if you have a long list and have it all in a file, could we show that as a demo?
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
|
OK, all suggestions made so far are now implemented. |
3b6f581 to
6c37c21
Compare
|
Garrrr... rate limit exceeded. |
79ce3a2 to
3470d05
Compare
3470d05 to
7eb7f03
Compare
|
@stefanv I just made you a maintainer for this repo - when you're comfortable, feel free to both merge this and cut a release |
fc89410 to
c94f669
Compare
|
@choldgraf - could you or someone tag a release, so we stop getting the bots' noise in the changelogs? (I'm happy to help if needed, but I'm not a direct user of this package) (see https://github.com/jupyter-book/mystmd/releases/tag/mystmd%401.6.1) |
Also expand known bot list to include
github-actions[bot]andchangeset-bot.